[INFO] fetching crate macro_magic 0.6.0...
[INFO] fixing macro_magic-0.6.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate macro_magic 0.6.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate macro_magic 0.6.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate macro_magic 0.6.0
[INFO] tweaked toml for crates.io crate macro_magic 0.6.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate macro_magic 0.6.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate macro_magic 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded macro_magic_core_macros v0.6.0
[INFO] [stderr]   Downloaded macro_magic_macros v0.6.0
[INFO] [stderr]   Downloaded derive-syn-parse v0.2.0
[INFO] [stderr]   Downloaded macro_magic_core v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb
[INFO] running `Command { std: "docker" "start" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling macro_magic_core_macros v0.6.0
[INFO] [stderr]    Compiling macro_magic_core v0.6.0
[INFO] [stderr]    Compiling macro_magic_macros v0.6.0
[INFO] [stderr]     Checking macro_magic v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]  --> tests/tests.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use test_macros::{custom_export_tokens, include_impl, include_impl_inner};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use test_macros::combine_structs;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use test_macros::emit_foreign_path;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use test_macros::example_tokens_proc;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use test_macros::import_tokens_attr_with_custom_parsing_a;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use test_macros::import_tokens_attr_with_custom_parsing_b;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use test_macros::item_level_proc;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use test_macros::require;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use test_macros::test_tokens_attr1;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use test_macros::test_tokens_attr2;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_macros`
[INFO] [stdout]   --> tests/tests.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use test_macros::test_tokens_attr_direct_import;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_macros`, use `cargo add test_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SomeInjectedStruct` in this scope
[INFO] [stdout]    --> tests/tests.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let _foo = SomeInjectedStruct {};
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `emitted_path` in this scope
[INFO] [stdout]    --> tests/tests.rs:259:16
[INFO] [stdout]     |
[INFO] [stdout] 259 |     assert_eq!(emitted_path, "external_crate :: an_external_function");
[INFO] [stdout]     |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `foreign_item_str` in this scope
[INFO] [stdout]    --> tests/tests.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         foreign_item_str,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `an_external_function` in this scope
[INFO] [stdout]    --> tests/tests.rs:126:16
[INFO] [stdout]     |
[INFO] [stdout] 126 |     assert_eq!(an_external_function(4), 37);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `LocalStruct` has no field named `foo`
[INFO] [stdout]    --> tests/tests.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         foo: 42,
[INFO] [stdout]     |         ^^^ `LocalStruct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `LocalStruct` has no field named `bar`
[INFO] [stdout]    --> tests/tests.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         bar: 19,
[INFO] [stdout]     |         ^^^ `LocalStruct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `LocalStruct` has no field named `fizz`
[INFO] [stdout]    --> tests/tests.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         fizz: -22,
[INFO] [stdout]     |         ^^^^ `LocalStruct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `my_cool_function` in this scope
[INFO] [stdout]    --> tests/tests.rs:236:16
[INFO] [stdout]     |
[INFO] [stdout] 236 |     assert_eq!(my_cool_function(), 567);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0560.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `macro_magic` (test "tests") due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb", kill_on_drop: false }`
[INFO] [stdout] 662dd606a90ffd89621fda7a5de121601a8a0681ed532ec7a0201ed1c3c7eabb
